Enable skipping plugins search at build time.
authorLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Thu, 29 Jan 2026 20:50:42 +0000 (21:50 +0100)
committerPatrick Franz <deltaone@debian.org>
Thu, 29 Jan 2026 20:50:42 +0000 (21:50 +0100)
commite6785165dc8b966a02c2db278cd3ee5495813451
tree2a90cc2679c37974beb0b7d18c1020ae7579a9a1
parentebf6a84d7b8b8a0cca39b9a9b6d76c049fb707a0
Enable skipping plugins search at build time.

Forwarded: not-needed

This patch sets
QT_SKIP_AUTO_PLUGIN_INCLUSION and QT_SKIP_AUTO_QML_PLUGIN_INCLUSION to ON
by default, thus avoiding unnecesary build dependencies on plugins.

The variables can still be set to OFF by the user at build time, allowing
them to find the packages if necessary. But if you need so for a Debian
package please reach the Qt maintainers first. We want to know why you
need to do so. Thanks in advance!

Gbp-Pq: Name enable_skip_plugins.patch
cmake/QtPlugins.cmake.in
cmake/QtPublicPluginHelpers.cmake